'Declaration Public Overloads Function Read( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Integer
Parameters
- buffer
- Byte array to read data into.
- offset
- The location within the buffer to read data into.
- count
- Number of bytes to read into the buffer.